Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.web.servlet.springmvc
/
[jvm]MyRoutingConfiguration
My
Routing
Configuration
@
Configuration
(
proxyBeanMethods
=
false
)
open
class
MyRoutingConfiguration
Members
Constructors
My
Routing
Configuration
Link copied to clipboard
constructor
(
)
Functions
router
Function
Link copied to clipboard
@
Bean
open
fun
routerFunction
(
userHandler
:
MyUserHandler
)
:
RouterFunction
<
ServerResponse
>